home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / iparmor.exe / {app} / Iparmor.exe / 0 / RCDATA / TFORM8 / TFORM8.txt
Encoding:
Text File  |  2003-04-14  |  1.3 KB  |  59 lines

  1. object Form8: TForm8
  2.   Left = 277
  3.   Top = 393
  4.   Width = 490
  5.   Height = 298
  6.   Caption = 'Form8'
  7.   Color = clBtnFace
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   OldCreateOrder = False
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object StringGrid1: TStringGrid
  18.     Left = 0
  19.     Top = 0
  20.     Width = 482
  21.     Height = 271
  22.     Hint = '∩┐╜∩┐╜∩┐╜∩┐╜╥╝∩┐╜∩┐╜∩┐╜∩┐╜╘╗╓╕∩┐╜╔╛∩┐╜∩┐╜∩┐╜∩┐╜─╛∩┐╜∩┐╜∩┐╜─╝∩┐╜'
  23.     Align = alClient
  24.     ColCount = 3
  25.     DefaultRowHeight = 20
  26.     DragKind = dkDock
  27.     FixedCols = 0
  28.     RowCount = 2
  29.     Font.Charset = DEFAULT_CHARSET
  30.     Font.Color = clWindowText
  31.     Font.Height = -11
  32.     Font.Name = 'MS Sans Serif'
  33.     Font.Style = []
  34.     GridLineWidth = 0
  35.     Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowSizing, goColSizing, goRowMoving, goColMoving]
  36.     ParentFont = False
  37.     ParentShowHint = False
  38.     PopupMenu = PopupMenu1
  39.     ShowHint = True
  40.     TabOrder = 0
  41.     ColWidths = (
  42.       365
  43.       93
  44.       398)
  45.   end
  46.   object PopupMenu1: TPopupMenu
  47.     Left = 76
  48.     Top = 152
  49.     object N1: TMenuItem
  50.       Caption = 'Restore this line'
  51.       OnClick = N1Click
  52.     end
  53.     object N2: TMenuItem
  54.       Caption = 'All clear'
  55.       OnClick = N2Click
  56.     end
  57.   end
  58. end
  59.